LogItem

fun LogItem(item: ChatLog, onDelete: () -> Unit, onNavigateToChatLog: (String) -> Unit)

Composable to create a "card" for the ChatLog object.

Parameters

item

The ChatLog item to display.

onDelete

Callback function to delete the log.

onNavigateToChatLog

Callback function to navigate to a specific chat log.